home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AP Professional Graphics CD-ROM Library
/
AP Professional Graphics CD-ROM Library.iso
/
mac
/
Macintosh
/
Appendix
/
GemsII
/
Source Code Gems II
/
dither
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-03-08
|
101 b
|
8 lines
|
[
TEXT/MSWD
]
CFLAGS = -g
dither.o: dither.c
cc $(CFLAGS) -c dither.c -o dither.o
clean:
/bin/rm -f dither.o